Extension point mapper
In component org.nuxeo.runtime.avro
Documentation
Allows to register an Avro Mapper implementation dedicated to a custom type.
Contribution Descriptors
- Class: org.nuxeo.runtime.avro.AvroMapperDescriptor
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="mapper" target="org.nuxeo.runtime.avro"> <mapper class="org.nuxeo.ecm.core.io.avro.PropertyMapper" type="org.nuxeo.ecm.core.api.model.Property"/> <mapper class="org.nuxeo.ecm.core.io.avro.DocumentModelMapper" type="org.nuxeo.ecm.core.api.DocumentModel"/> <mapper class="org.nuxeo.ecm.core.io.avro.BlobPropertyMapper" type="org.nuxeo.ecm.core.api.model.impl.primitives.BlobProperty"/> </extension>